namespace Endpoint { public interface IEndpoint { public IAuthService AuthService { get; } public IRecipesService RecipesService { get; } } }