# PersistentStreamStorageConfigurationValidator.Create(IServiceProvider, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.persistentstreamstorageconfigurationvalidator/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.persistentstreamstorageconfigurationvalidator/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/SiloPersistentStreamConfigurator.cs#L53)

```csharp
public static IConfigurationValidator Create(IServiceProvider services, string name)
```

Creates a new [PersistentStreamStorageConfigurationValidator](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.hosting.persistentstreamstorageconfigurationvalidator/) instance.

### Parameters

- `services` (`IServiceProvider`): The services.
- `name` (`string`): The name.

### Returns

The newly created instance.
