As written the design will run synchronously.
Reference documentation
Asynchronous programming with async and await
If you are looking for a fire and forget pattern then you'll need to add a Task.Run.
However, if you are using Entity Framework then the design will throw an exception unless a new DbContext is created for each insert operation.