public async Task Delete() { LCObject world = new LCObject("World"); await world.Save(); await world.Delete(); }