public void AddProfileImage(long userId, string imageTitle, byte[] imageData) { _imageRepository.AddProfileImage(userId, imageTitle, imageData); }