private Exception GetException(ServiceExceptionDetail exceptionDetail)
 {
     return (Exception)exceptionDetail.DeserializeException();
 }