public HttpResponse getFacts(string assessment, SortedDictionary <string, string> options) { try { return(_falkonryService.GetFacts(assessment, options)); } catch (Exception) { throw; } }