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