namespace TransportCompanyDataModels.Models { public interface IPointModel : IId { string PointName { get; } string Address { get; } } }