public static void MyClassCleanup()
 {
     if (_tempHandlerTemplate != null)
     {
         WebCallResult res = _tempHandlerTemplate.Delete();
         Assert.IsTrue(res.Success, "Failed to delete temporary call handler template on cleanup.");
     }
 }