namespace HotelDataModels.Models; public interface IRoomModel : IId { string Type { get; } int Cost { get; } }