public IGhost GetGhost(GhostNickname nickName) { var index = Ghosts.Single(g => g.NickName == nickName); return(index); }