public RecoveryOperationStatus SubmitDataRecoveryJob(string cluster, string shard, RecoveryOperation opContext)
 {
     try
     {
         return(dbMgtServer.OnRecoveryOperationReceived(cluster, shard, opContext));
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }