static Session create({String? provider, String? key}) { return Session( provider: provider ?? defaultProvider, key: key ?? defaultKey, ); }