public bool EditPost(string postid, string username, string password, Post post, bool publish)
 {
     _logger.LogInformation($"MetaWeblog:EditPost is called");
     return(_provider.EditPost(postid, username, password, post, publish));
 }