namespace DataModels.Models { public interface IDeliveryModel { public string CourierFIO { get; } public string Image { get; } public string Type { get; } public string Phone { get; } } }