private void PCEnrollParameterResponseInfo(PreCommitEnrollmentParameterResponse response)
 {
     if (response.ResultStatus == ResponseStatus.Success)
     {
         PCGatewayMessages.Instance.SendPCEnrollmentResponse(response.ReturnValue, response.RequestID, installationNo);
     }
 }
 private void PCEnrollParameterResponseInfo(PreCommitEnrollmentParameterResponse response)
 {
     if (response.ResultStatus == ResponseStatus.Success)
         PCGatewayMessages.Instance.SendPCEnrollmentResponse(response.ReturnValue, response.RequestID, installationNo);
 }