public void CreateImagesTimeStamp(int blogPostId) =>
 File.WriteAllText(
     Path.Combine(_blogPostsPath, blogPostId.ToString(), "images.tmstmp"),
     _repo.GetBlogPostImagesChangedDate(blogPostId).ToString()
     );