using System; namespace iMonitorApp { // Token: 0x02000011 RID: 17 public class SendDataService : ISendDataService { // Token: 0x06000074 RID: 116 RVA: 0x00005A54 File Offset: 0x00003C54 public string helloworld() { return "Hello World!"; } } }