public string GetRootPath() { try { return(_pathProvider.GetRootPath()); } catch { return("Failed to get Root Path"); } }