ICreateStrategy<T> public interface ICreateStrategy<T> Represents the strategy of entity creation. Documentation T Create(T entity) Creates the specified entity.