namespace SushiDataModels { public interface IComponentModel : IId { string ComponentName { get; } int ComponentPrice { get; } } }