write string multiple times c#

C#
String.Concat(Enumerable.Repeat("Hello", 4))
Source

Also in C#: