using Xunit; namespace Bootstrap.DataAccess.MySql { [Collection("MySqlContext")] public class TasksTest : SqlServer.TasksTest { } }