public static string GetExecutionTrace(UInt32 lineCount) { return(Utf8Marshaler.PtrToStringUtf8(DebugApi.GetExecutionTraceWrapper(lineCount))); }