namespace zero.Web.Models { public abstract class ListModel { /// /// Id of the entity /// public string Id { get; set; } } }