Future<Online> wait( Waitable waitable, ) async { var Online = await this; return Online.wait( waitable, ); }