public string GetChecksum(string key) { var path = ComputePath(key); var stream = GetStream(path); return(ChecksumHelper.FromStream(stream)); }