namespace API.Authentication.Interfaces { public interface IYesAuthentication : IGenericAuthentication { } }