private async Task <string> GetPropertyAsync(Message.DMMessageKind command)
 {
     throw new NotImplementedException();
 }
        //
        // Private utilities
        //

        private async Task SetPropertyAsync(Message.DMMessageKind command, string valueString)
        {
            throw new NotImplementedException();
        }