private async Task ProvideSchemaById(ISchemaEntity schema)
 {
     Assert.Equal(schema, await sut.FindSchemaByIdAsync(schemaId.Id));
 }