public string Hash(byte [] content) { return(Hasher.Hash(content, Hasher.GetHashAlgorithm(_hasherName))); }