using BotSharp.Platform.Abstraction; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Core.ContextStorage { public class ContextStorageInFile : IContextStorage { } }