https://api.github.com/morning4coffe-dev/project-sbs/blob/bb1a0f4feb86841b9d6092fb387e7bb1d7b9bd6d/ProjectSBS/ProjectSBS/Presentation/MainViewModel.cs#L110
public async Task DoLogout(CancellationToken token)
{
await _authentication.LogoutAsync(_dispatcher, token);
//TODO probably will have to clean the token and User too
}
public override void Unload()
{
throw new NotImplementedException();
}
}