public OverlayContainer(SharedOverlayID id) : this(id.ToString()) { }
public void RemoveOverlay(SharedOverlayID id) => RemoveOverlay(id.ToString());