public void DirectMobileCharge() { var directMobile = new MPowerDirectMobile(_setup, _store); var response = directMobile.Charge("Alfred Rowe", "0244000001" , "*****@*****.**", "MTN", 1); Assert.IsTrue(response); }