private void InitializeTextFileTrackingDataSource(string folderPath)
 {
     if (string.IsNullOrWhiteSpace(folderPath))
     {
         FolderPath = LocalPath.Instance().PathDirectory;
     }
     DirectoryManager.CreateIfDoesNotExist(FolderPath);
 }