public System.Threading.Tasks.Task <bool> CreateFileAsync(MemoriesManager.File file) { return(base.Channel.CreateFileAsync(file)); }
public bool CreateFile(MemoriesManager.File file) { return(base.Channel.CreateFile(file)); }