namespace DanieleMarotta.RiversongCodeShowcase { public interface IEntity { int Id { get; } } }