Force client code to use create method to create instance of Profile
We're forcing to use `create` method, because after adding a check for existing profile in `ProfileNameValidator`, we need to skip validation when creating Profile instance in some cases - when we load a profile from disk.
Loading
Please sign in to comment