public bool Delete() { string virtualPath = Alias; return(Bundles.DeleteBundle(BundleType, virtualPath)); }