public GetDocflowEventsResponse GetDocflowEvents(string authToken, string boxId, GetDocflowEventsRequest request) { if (string.IsNullOrEmpty(boxId)) { throw new ArgumentNullException("boxId"); } return(diadocHttpApi.GetDocflowEvents(authToken, boxId, request)); }