let actionable = sut?.call(withReturnValue: dummyReturnValue).thenDo {
      (args: [Any?]) -> Void in

      array[0] = 1
    }.thenDo {