```cs kernel.Bind<I1, C>(() => throw new Exception("SHOULD NEVER GET HERE")); kernel.Rebind<I1, C>(); var c = kernel.Get<C>(); ```