namespace LiveGameFeed.Models { public interface IEntityBase { int Id { get; set; } } }