// [ResponseCodes(HttpStatusCode.OK, HttpStatusCode.NotAcceptable, HttpStatusCode.Unauthorized)]
 public int AddCity([FromBody] InputGuideCityDto dto)
 {
     return(_iGuideCityService.Add(CurrentLanguage, dto));
 }