public void Unbind(Type service)
 {
     Should.MethodBeSupported(!ThrowOnUnbind, "Unbind(Type service)");
     Tracer.Error("Unbind call on Autofac container type " + service);
 }