public static void ShowContextMenu <T>(this ScreenLayerManager screenLayerManager, string title, Action <T> action, IEnumerable <T> options)
 => screenLayerManager.Add(new ContextMenu <T>(title, action, options));