public async Task <IEnumerable <TUser> > GetAll()
 {
     return(await ExecuteWithLog(async() => await _Collection.GetAll()));
 }