public static string GenerateIdentifier(this TwinRinksEvent me)
 {
     return(Sha1Hash(me.ToString()));
 }