private static bool AllowProperty(JsonProperty p)
 {
     return(!p.IsAbstractOnInputModel() && p.CreateInputModel());
 }