public Task <Int32> CreateAsync(PolicyRole newRole) { throw new NotImplementedException(); }
public Task <Int32> CreateAsync(PolicyRole newRole) { return(_inner.CreateAsync(newRole)); }