private bool OnRefreshPolicyCommand(string[] args) { if (consensus != null) { return(true); } consensus.RefreshPolicy(); return(true); }