static DispatchedMethodAttribute()
 {
     if ( PostSharpEnvironment.IsPostSharpRunning )
     {
         typeLevelAspects = new TypeLevelAspectRepository();
     }
 }
 static DispatchedMethodAttribute()
 {
     if (PostSharpEnvironment.IsPostSharpRunning)
     {
         typeLevelAspects = new TypeLevelAspectRepository();
     }
 }