private async Task JoinButton_ClickedAsync(object sender, EventArgs args)
 {
     await action.Join();
 }