namespace Chernobyl.Config { /// /// Metadata applied to factories through dependency injection. /// public class FactoryMetadata { /// /// The name of the object being created by a factory. /// public string CreationName { get; set; } } }