public ServicoDeContrato(IServicoDePagamentoOnline servicoDePagamentoOnline)
 {
     _servicoDePagamentoOnline = servicoDePagamentoOnline;
 }