@Inject('ngIfDirective', 'AuthenticationService')
    //end-non-standard
    static directiveFactory(ngIfDirective, AuthenticationService) {
        MmAccessLevel.instance = new MmAccessLevel(ngIfDirective, AuthenticationService);
        return MmAccessLevel.instance;