public void Buy_Valid_Test()
 {
     stockManagementService.UpdateMarketPrice("TEA", 4M);
     // Mock callback on next line will invoke VerifyTrade below for Asserts
     stockManagementService.BuyAtCurrentPrice("TEA", 1);
 }