public void WhenICreateAnotherRoleWithANameAs(string roleKey)
 {
     _createUpdateRoles.CreateDuplicateRole(roleKey);
 }