public CustomAuthorizeAttribute()
 {
     _authorizeStrategy = ServiceBootstrapper.GetInstance().Kernel.Get<IAuthorizeStrategy>();
 }
 public CustomAuthorizeAttribute()
 {
     _authorizeStrategy = ServiceBootstrapper.GetInstance().Kernel.Get <IAuthorizeStrategy>();
 }