public static IEventFlowOptions RegisterModules(this IEventFlowOptions eventFlowOptions)
        {
            eventFlowOptions.RegisterModule(new TestModule());

            return(eventFlowOptions);
        }