public static string Url(this UrlHelper helper, IAssembly assembly) { return Url(helper, assembly.ProjectName, assembly.Key()); }