private static bool AllowProperty(JsonProperty p) { return(!p.IsAbstractOnViewModel() && p.CreateViewModel()); }