public void Run(IPluginContext context)
    {
        var massAction = new MassAction();

        massAction.Run(context);
    }