, , ObjectFactory.Configure , SetResolver Mvc DependencyResolver.SetResolver WebApi GlobalConfiguration.Configuration.ServiceResolver.SetResolver.
.
ObjectFactory.Configure(x => x.For<IAuthenticationService>()
.Use(s => s.GetInstance<IMvcAuthenticationService>()));
ObjectFactory.Configure(x => x.For<IAuthenticationService>()
.Use(s => s.GetInstance<IWebApiAuthenticationService>()));