Nowadays toPromise method is being deprecated, so it's better to use firstValueFrom:
toPromise
firstValueFrom
import { firstValueFrom } from 'rxjs'; return await firstValueFrom(this.store);