mapImpact(impact: Impact): API.Impact {
    switch (impact) {
      case Impact.MINOR:
        return API.Impact.Minor;
      case Impact.SERIOUS: