using System; namespace VberZero.Workflow { public interface IVberWorkflowRegistry { void RegisterWorkflow(Type type); } }