using System.Data.HashFunction;
public static void Main()
var message = "OH NO! We were unable to load our site mappings!!!!";
var Hasher = new MurmurHash3(0XDEADBEEF);
var hash = new Guid(Hasher.ComputeHash(Encoding.UTF8.GetBytes(message),128)).ToString("N").ToUpper();