public static bool IsDeleteLeft(this TextChange change, int count) { return(change.IsDeleteLeft && change.AsDeleteLeft().Item == count); }