public RackTile(Player player, IContainer ioc) : base("#EDBD11") { Aggregator = ioc.Get <IEventAggregator>(); Letter = LetterBag.GetLetter(); Player = player; }