public async Task AddPostLike(int postId, Like like) { await _repository.AddPostLike(postId, Mapper.Map <DAL.Interface.DTO.Like>(like)); }