using System; namespace SimpleStack.Owin { public class SimpleStackOptions { public SimpleStackOptions () { } } }