What is meant by a service?
A service is an interface which is resolved for a configured concrete implementation with a specified lifetime, which is managed by the IoC container and is injected via constructor or method whenever requested by the calling method or class.
It is configured using the ConfigureServices() method in the Startup class.