Hi, How could I pass an instruction which uses Elvis Operator? Example: try await(myObject?.myPromiseMethod()) Thanks.