public bool CreateFile(IFileWrap file, string filePath)
 {
     file.Create(filePath);
     return true;
 }