namespace DeviceDataModels.Models { public interface IKitModel : IId { string Title { get; } int? CabinetId { get; } } }