public SchemasByAppIndexCommandMiddlewareTests() { A.CallTo(() => grainFactory.GetGrain <ISchemasByAppIndex>(appId, null)) .Returns(index); sut = new SchemasByAppIndexCommandMiddleware(grainFactory); }