use super::Database; impl Database { async fn add_user_to_group(&self) {} async fn create_group(&self) {} }