public static void Main()
bool isPublished = false;
Console.WriteLine($"Scenario IsSome:{isSome} IsLoki:{isLoki} IsPublished:{isPublished}");
if (isSome && (!isLoki || isPublished))
Console.WriteLine("Starting Update Flow");
Console.WriteLine("Starting Create Flow");
Console.WriteLine($"Scenario IsSome:{isSome} IsLoki:{isLoki} IsPublished:{isPublished}");
if (isSome && (!isLoki || isPublished))
Console.WriteLine("Starting Update Flow");
Console.WriteLine("Starting Create Flow");