COBCH1924 The AWAIT expression must reference a Task object The AWAIT expression does not reference a Task object. A Task object is an expression of type T, where T is usually either
System.Threading.Tasks.Task or its generic form of System.Threading.Tasks.TaskTResult.
COBCH1938 Illegal use of PIC 1 data-item You have specified a PIC 1 data item in a context that is not valid; for example, PIC 1 items in a group that is the subject
of an XML GENERATE or JSON GENERATE statement is not supported.