public static bool IsInsert(this TextChange change, string text) { return(change.IsInsert && change.AsInsert().Item == text); }