Console.WriteLine returns void (meaning, it does not return anything).

You can not cache the return of WriteLine to anything since it doesn't return anything.