public ManageOpportunityReq()
 {
     CredentialInfo  = new IntegrationLoginRequest();
     OpportunityInfo = new OpportunityInfo();
 }
 public OpportunityPartnerReq()
 {
     CredentialInfo  = new PartnerLoginRequest();
     OpportunityInfo = new OpportunityInfo();
 }