public async Task <bool> HasAccountFor()
        {
            await Scatter.Connect();

            return(await Scatter.HasAccountFor());
        }