public void GetCoins(int gems)
 {
     AssertCall <Coins>(repository.GetCoins(gems));
 }