In my application I have a BackgroundService which also includes the following method: ...GetNumberAsync()... gets the "oldest" record from database and updates the properties of the record....This method is called from API controller async method like:..