private static int CompareTetrominoes(Tetromino a, Tetromino b) { return(a.GetHashCode() - b.GetHashCode()); }