pub async fn storage_copy_cmd( storage_provider_moniker: String, storage_capability_name: String, source_path: String, destination_path: String, realm_query: RealmQueryProxy, ) -> Result<()>