public ResourceOwner FindByName(string name) { return(_resourceOwnerRepository.Find(x => x.ModuleName == name)); }