public async Task CreatePullRequestAsync(CreatePullRequestCommand command) { string decodedUrl = StoreUrlEncoder.Decode(command.Url); await _service.CreatePullRequestAsync(decodedUrl, command.Name, command.TargetName); }