Creates a Site for the given and assigns the given name to the site.
protected virtual ISite CreateSite(IComponent component, string name) { return new Site(component, this, name); }