public async Task RemoveLike(Guid userId, Guid photoId) { await _photosRepository.RemoveLike(userId, photoId); }