public bool Equals(BlockKey other)
 {
     return(Mod.Equals(other.Mod) && string.Equals(Block, other.Block));
 }