public async void DeclareMasterDead(MasterDetails node) { await _httpWrapper.DoHttpPost <MasterDetails>(string.Format("{0}{1}", StaticProperties.NodeConfig.NamingService.Uri, MASTER_DEAD), node); }