protected <T> IBindingBuilder<T> bind(Class<T> key) {
   return binder.bind(key);
 }