public static ElementQuery Type <TQueryType>() =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>();
 public static ElementQuery Type <TQueryType>(string name) =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>(name);