private string ReadContent()
 {
     return(FileWrapper.ReadAllText(this.path));
 }