public void GetTicket() { // Ticket 取得済みならばスキップします。 if (ticket != null) { return; } ticket = boxService.GetTicket(); }