/// <summary> /// Removes a vessel from the system /// </summary> public void RemoveVessel(Guid vesselId) { VesselResources.TryRemove(vesselId, out _); }