namespace TeamCity.Docker { using IoC; internal interface IFactory { Result Create([NotNull] TState state); } }