public void Post([FromBody] Parcel parcel) { try { _repository.Save(parcel); } catch (Exception e) { Console.WriteLine(e); } }