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