public Component ServiceFor(Type tFrom, Type tTo) { componentRegistration = new ComponentRegistration(tFrom, tTo); return(this); }
public Component For(Type type) { componentRegistration = new ComponentRegistration(type); return(this); }