public static string GetFileHashString(this HashAlgorithm hash, string s) { return(GetHashString(hash.GetFileHash(s))); }