namespace HotelDataModels.Models { public interface IConferenceBookingModel : IId { int ConferenceId { get; } int HeadwaiterId { get; } } }