public void onDatastream(string datastreamId) { try { _falkonryService.onDatastream(datastreamId); } catch (Exception) { throw; } }