public static Hash GetHash(CompilerOptions options)
 {
     return(new Hash(options.GetOptionsHash()));
 }