public static ElementQuery Type <TQueryType>(string name) => ByBase.Type <TQueryType, TypedElementQueryNative>(name);
public static ElementQuery Path(string path) => ByBase.Path <PathElementQueryNative>(path);
public static ElementQuery Name(string name) => ByBase.Name <NamedElementQueryNative>(name);
public static ElementQuery Type <TQueryType>() => ByBase.Type <TQueryType, TypedElementQueryNative>();