public InvestorInstructionUpdatedDto(InvestorInstructionIdentifierDto identifierDto, InvestorInstructionStatus status)
 {
     this.IdentifierDto = identifierDto;
     this.Status        = status;
 }
 public InvestorInstructionUpdatedDto(InvestorInstructionIdentifierDto identifierDto, InvestorInstructionStatus status)
 {
     this.IdentifierDto = identifierDto;
     this.Status = status;
 }