public bool OnRequestUpdate(IpcMessage msg) { msg.SendReply <ApplicationUpdate>(m_ipcServer, IpcCall.Update, m_lastFetchedUpdate); return(true); }