namespace SecureShopDataModels.Models { public interface IFacilitiesModel : IId { string FacilitiesName { get; } double Cost { get; } } }