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