public async virtual Task <IEnumerable <T> > GetAllAsync() { return(await ConnectionHandler.FindAll()); }