public Playground()
        {
            database = new DatabaseContext(InMemoryConfiguration.Configure());
            InMemoryConfiguration.SetupData(database);

            users = new UserApi(database);
        }