namespace DataModels.Models { public interface IProductionModel : IId { string Name { get; } double Cost { get; } } }