public List <TestSetup> GetAllSetup(string billNoOrMob)
 {
     return(paymentGateway.GetAllSetup(billNoOrMob));
 }