Some articles suggest that now build() is included in perform() itself, while others suggest that build().perform() is used when multi
build()
perform()
build().perform()
build() method in Actions class is use to create chain of action or operation you want to perform.
perform() this method in Actions Class is use to execute chain of action which are build using Action build method.
build().perform() = create chain of actions + execute