public static ComponentRegistration <T> At <T>(this ComponentRegistration <T> componentRegistration, string address, string key) { return(componentRegistration.At(address, key, key)); }