namespace InteractionFramework
{
    public enum ExampleEnum
    {
        First,
        Second,
        Third,
        Fourth
    }
}