static SecurityRoleLoadEvent() { string[] counterNames = new string[] { SecurityServiceEvent.Counters[(int)CounterID.RoleLoad].CounterName }; securityEvent = new SecurityRoleLoadEvent(counterNames); writerLock = new ReaderWriterLock(); }