public async Task <List <RealmListItemEntitiy> > GetRealmListAsync() { return(await mySqlStorage.QueryListAsync <RealmListItemEntitiy>(null)); }