public string Filename(post post) => post.createdAt.Date.ToString("yyyy-MM-dd") + "-" + JsonModel.ConvertDisqusId(post.id1).ToString("D") + ".json";