public class ServerRegistry : Registry { public ServerRegistry() { For(typeof(IGraphQLExecuter<>)).Use(typeof(ValidationGraphQLExecutor<>)); } }