namespace TransportCompanyDataModels.Models { public interface IDriverModel : IId { string DriverFio { get; } string PhoneNumber { get; } } }