public CSPDokan(CSPClient client)
 {
     this.client = client;
 }
 public CSPDokanFS(CSPClient client, bool enableCache = true)
 {
     this.client = client;
     this.enableCache = enableCache;
 }