public async Task EditComment(ICommentViewModel comment) { await service.EditComment( HostAddress.Create(Repository.CloneUrl), Repository.Owner, Repository.Name, comment.DatabaseId, comment.Body).ConfigureAwait(false); }