public void GetWithFilter(string project, string app, string resource, string format, int start, int limit, string indexStyle, Stream stream) { try { _commonService.GetWithFilter(project, app, resource, format, start, limit, indexStyle, stream); } catch (Exception ex) { ExceptionHandler(ex); } }