public void ClearBlockMessages(string clientAddress)
 {
     using (theProxy = new ClientProxy(clientAddress))
     {
         theProxy.ClearBlockMessage();
     }
 }