protected void SetStringCommandHandler(SetStringCommand cmd) { _cloudStorageService.SetString(cmd.key, cmd.value, cmd.userID); }