Hey @pudge, While i was looking to help you, I've looking into offsets that does what you asking, this works, I tested it on my account and it returned the name. enjoy.
Note : i only ran in dev tools.
var accountName = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x10D7914);
if(!string.IsNullOrEmpty(accountName))
{
Logging.Write(accountName.ToString());
}