public UplataController(IUplataService service)
 {
     _service = service;
 }
 public UplataController(IStripeService stripeService, IUplataService uplataService)
 {
     StripeService = stripeService;
     UplataService = uplataService;
 }