public void DeleteDatastream(string datastream) { try { _falkonryService.DeleteDatastream(datastream); } catch (Exception) { throw; } }