public InputStatus AddInputStream(string datastream, byte[] stream, SortedDictionary <string, string> options) { try { return(_falkonryService.AddInputFromStream(datastream, stream, options)); } catch (Exception) { throw; } }