public void Init()
 {
     using (var context = new SqlServerFullContext(Configuration))
     {
         context.DropSchema();
         context.CreateSchema();
     }
 }