private static void WriteHeader() { var assembly = typeof(CarnaConsoleRunner).GetTypeInfo().Assembly; CarnaConsole.WriteLineTitle( $@"-------------------------------------------- {assembly.GetCustomAttribute<AssemblyProductAttribute>()?.Product} {assembly.GetCustomAttribute<AssemblyFileVersionAttribute>()?.Version} -------------------------------------------- "); }