public async Task<Pizza?> GetById(int id) => await _context.Pizzas.FindAsync(id);//done?
References
1. C# documentation can be found here