fn member_counts_future<'a>( services: &'a Services, room_id: &'a RoomId, ) -> impl Future<Output = (Option<UInt>, Option<UInt>)> + Send + 'a