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

      flag = true
    }.thenReturn(42, 17).thenAnswer {