public async Task GetFilePathsTest()
        {
            SoapServiceClient service = new SoapServiceClient();
            List <IDBrowserServiceCode.FilePath> result = service.GetFilePathsSoap();

            if (result.Count == 0)
            {
                throw new Exception("No file paths found with GetFilePathsSoap");
            }
        }