using System; using System.Reflection; namespace Chernobyl.Dependency { /// /// Holds the service keys related to dependency injection. /// public static class Services { /// /// The key that defines the that /// transforms an to a sequence of /// instances that are capable of providing /// services. /// /// public const string AssemblyToServiceMethodFactory = "03E361F7-FA4C-4E6B-AC2A-AD5B061C1003"; } }