public static IPropertyAppQuery AsGenericPropertyQuery(this PropertyAppQuery query)
 => new XamarinPropertyAppQuery(query);
 public XamarinPropertyAppQuery(PropertyAppQuery query) => this._source = query;