public void Create(IElementSettings settings, IUnitOfWork unitOfWork = null) { _footerRepository.Create((FooterSettings)settings, unitOfWork); }