public async Task Clear()
 {
     using (var client = new OperationClient())
     {
         await client.ClearAsync();
     }
 }