public void Initialize() { xmlProvider = new XmlProvider(@"C:\Users\macie\Source\Repos\WorkStation\WorkstationClient\WorkstationBrowser.Tests\bin\Debug\", "_ft{0}", "test", new System.Collections.Generic.Dictionary <int, string[]>() { { 0, new string[] { "root" } }, { 1, new String[] { "comments", "version" } }, { 2, new String[] { "comment" } }, { 3, new String[] { "author", "date", "content" } } }); xmlProvider.OpenFile(); }