public void SetMyLocation(Location myLocation) { this.Check(); lock (_lockObject) { _networkManager.SetMyLocation(myLocation); } }