public async Task <Identity> LoginAll()
        {
            await Scatter.Connect();

            return(await Scatter.LoginAll());
        }