namespace WindreamHub.Legacy.Client.Models.Authentication { public interface ICredential { string AuthorizationHeader { get; } } }