static void Main(string[] args) { bool success1 = CheckManager.CheckFfmpeg(); bool success2 = CheckManager.CheckFfprobe(); bool success3 = CheckManager.CheckImageMagickComposite(); bool success4 = CheckManager.CheckImageMagickConvert(); bool success5 = CheckManager.CheckAndLaunchIpfsDaemon(); }