public ComponentRegistration <TServ> Forward(Type type) { ServiceTypes = ServiceTypes.Union(new[] { type }).ToArray(); return(this); }