private void IssueConstructionRequest(string structureTypeId, Vector3 position)
 {
     clientNetworkManager.SendConstruction(structureTypeId, position);
 }