public static function storage() : ContextStorageInterface&ExecutionContextAwareInterface { /** @psalm-suppress RedundantPropertyInitializationCheck */ return self::$storage ??= new FiberBoundContextStorageExecutionAwareBC(); }