Beispiel #1
0
        public async Task <INaturalSchematic> GetSchematicAsync(CancellationToken cancellationToken = default)
        {
            var schematic = await _stateMachine.GetSchematicAsync(cancellationToken).ConfigureAwait(false);

            return(new NaturalSchematic(schematic));
        }