public async Task<string> SetCountry( Country country )
     => await Context.ProcessRequestPost( "domain/set_country", new Dictionary<string, string> { { nameof( country ), country.ToNCString() } } ).ConfigureAwait( false );