Unity Register two interfaces as one singleton
[2nd Edit] Because of breaking changes in the way Unity handles registrations, the updated approach does not work anymore. The [Original answer] is the way to go again. (For more details about the changes in Unity, please refer to the link given in the comments below.) [Edit] The solution for doing this via XML configuration … Read more