public static ElementQuery Name(string name) =>
 ByBase.Name <NamedElementProxyQueryRemote>(name);
 public static ElementQuery Type <TQueryType>() =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>();
 public static ElementQuery Path(string path) =>
 ByBase.Path <PathElementProxyQueryRemote>(path);
 public static ElementQuery Type <TQueryType>(string name) =>
 ByBase.Type <TQueryType, TypedElementQueryRemote>(name);