namespace HotelDataModels.Models; public interface ICleaningInstruments : IId { string Type { get; } }