public async Task SetMain([Summary("CharacterName")] string characterName)
 {
     await UserDataService.SetMain(characterName, Context);
 }