public static void Open(IDictionary <string, object> sprint) { try { var sprintObject = Utils.ToObject <Engineer.EMF.Sprint>(sprint); service.OpenSprint(sprintObject, new List().GetUserId()); } catch (BadRequestException ex) { throw new Exception(ex.ErrorMessage); } catch (Exception ex) { throw new Exception(ex.Message); } }