enum OneOf_Operation: Equatable {
    case definedOperation(DefinedOperation)
    case gattCall(GattCall)

  #if !swift(>=4.1)