public Task SafeDeleteRemoteVolumeAsync(string remotename) { return(RunOnMain(() => m_database.SafeDeleteRemoteVolume(remotename, m_transaction))); }