public interface ICrudAppService<TEntityDto, in TKey, in TGetListInput, in TCreateInput> : ICrudAppService<TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput>, ICrudAppService<TEntityDto, TEntityDto, TKey, TGetListInput, TCreateInput, TCreateInput>, IReadOnlyAppService<TEntityDto, TEntityDto, TKey, TGetListInput>, ICreateUpdateAppService<TEntityDto, TKey, TCreateInput, TCreateInput>, ICreateAppService<TEntityDto, TCreateInput>, IUpdateAppService<TEntityDto, TKey, TCreateInput>, IDeleteAppService<TKey>, IApplicationService, IRemoteService