public static void DeregisterUpdatable(IShapeUpdatable updatable) => _updatables.RemoveAll(candidate => candidate == updatable);
 public static void RegisterUpdatable(IShapeUpdatable updatable) => _updatables.Add(updatable);