public void InitService() { _collectableService = new CollectableService(this); }
public static void FillGridWithCollectable(int count) => CollectableService.FillGridWithCollectable(count);