protected virtual void Start() { GameService = ServiceLocator.GetService <IGameService>(); NetworkService = ServiceLocator.GetService <INetworkService>(); }