public byte[] hashContent(IHashStrategy hashStrategy)
 {
     return(hashStrategy.hash(raw));
 }