Inheritance: System.Web.Mvc.ControllerActionInvoker
 public CommandControllerActivator(IServiceLocator serviceLocator, IocActionInvoker actionInvoker)
 {
     _serviceLocator = serviceLocator;
     _actionInvoker = actionInvoker;
 }
 public CommandControllerActivator(IServiceLocator serviceLocator, IocActionInvoker actionInvoker)
 {
     _serviceLocator = serviceLocator;
     _actionInvoker  = actionInvoker;
 }