namespace SushiBarDataModels { public interface IId { int Id { get; } } }