public async Task Store(MemoryStream stream, string filename) { await IOExtensions.Store(stream, dirPath + Path.DirectorySeparatorChar.ToString() + filename); }