Future<MailQuery> to( String receiver, ) async { var MailQuery = await this; return MailQuery.to( receiver, ); }