namespace ShipyardDataModels.Models { public interface IDetailModel : IId { string DetailName { get; } double Cost { get; } } }