isInformational function
Implementation
bool isInformational(OperationOutcome operationOutcome) =>
operationOutcome.issue.first.code.toString().toLowerCase() ==
'informational';
bool isInformational(OperationOutcome operationOutcome) =>
operationOutcome.issue.first.code.toString().toLowerCase() ==
'informational';