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