namespace DeviceDataModels.Models { public interface ICabinetModel : IId { string Room { get; } int Building { get; } } }