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