public static string ComputeHash(byte[] value)
 {
     return(InternalCryptography.ComputeHash(value));
 }