public void Sell_Valid_Test()
 {
     stockManagementService.UpdateMarketPrice("JOE", 9M);
     // Mock callback on next line will invoke VerifyTrade below for Asserts
     stockManagementService.SellAtCurrentPrice("JOE", 2);
 }