public RecordsManagerCredentials(string username, string password, RecordsManagerCredentialType credentialType)
 {
     this.Username = username;
     this.Password = password;
     this.CredentialType = credentialType;
 }
 public RecordsManagerCredentials(string username, string password, RecordsManagerCredentialType credentialType)
 {
     this.Username       = username;
     this.Password       = password;
     this.CredentialType = credentialType;
 }