extension FutureNotNullExtension on Future { Future notNull() async => (await this)!; }