namespace ConsoleApp2; public static class ProcessStep { public const string Producer = "Producer"; public const string Consumer = "Consumer"; }