private static bool AllowProperty(JsonProperty p)
 {
     return(!p.IsAbstractOnEntity() && p.CreateEntity());
 }