private static List <User> ReadUsers(string file) { return(ReadData.ReadFrom <User>(file)); }
private static List <Post> ReadPosts(string file) { return(ReadData.ReadFrom <Post>(file)); }