Hello,
For the ExchangeService class, are you supposed to create a new instance whenever you need it, or should you try to reuse the same instance whenever possible?
For example, if you are registering it in Microsoft DI, should be singleton/scoped, or should it be transient?