Magento 2.4 deprecates class MagentoFrameworkAppActionAction
and suggests using MagentoFrameworkAppActionInterface.
But what about dispatch() method?
I need to do some checks in controller (e.g. check config variable).
Can you give me some example of dispatch method in this case