I've been reading about delegates and was wondering if I could use a delegate like an alias without having to write Console.WriteLine(); over and over? But instead write something like del("Hello");? Is this even possible? Or do I just get stuck writing Console.WriteLines?