public void Start() { _restaurant.InviteRightHandPhilosophers(_configProvider.RightHandedPhilosophers); _restaurant.InviteLeftHandPhilosophers(_configProvider.LeftHandedPhilosophers); _restaurant.StartDinner(); PrintStatistics(_philosopherStatisticContext); }