protected virtual void InitVisibleWhenNotAuthenticated(VisibleWhenNotAuthenticated data, VisibleWhenNotAuthenticated group)
        {
            var handler = new InitVisibleWhenNotAuthenticated();

            handler.System = this;
            handler.Event  = data;
            handler.Group  = group;
            handler.Execute();
        }
 protected virtual void InitVisibleWhenNotAuthenticated(VisibleWhenNotAuthenticated data, VisibleWhenNotAuthenticated group) {
     var handler = new InitVisibleWhenNotAuthenticated();
     handler.System = this;
     handler.Event = data;
     handler.Group = group;
     handler.Execute();
 }