title Nested Interaction with Outbound Message and Fragment
        A.Read() {
          B.Submit() {
            C->B.method {
              if (true) {
                ProcessCallback() {
                  A.method
                }
              }
            }
          }
        }