namespace FishFactoryDataModel.Models { public interface IClientModel { string ClientFIO { get; } string Email { get; } string Password { get; } } }