protected IInjectionBinding StuffBindType <T> (Type type)
 {
     return(CocoRoot.StuffBindType <T> (type, ID));
 }
 protected IInjectionBinding StuffBindType <T, TType> ()
 {
     return(CocoRoot.StuffBindType <T, TType> (ID));
 }