public async Task <bool> ForgetIdentity() { await Scatter.Connect(); return(await Scatter.ForgetIdentity()); }