public void UpdateUsingsInText() { SortUsings(); Text = new Librarian(UsingBlock).Replace(Text, string.Concat(Usings)); }