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