namespace Messages { public class CredentialsSetMessage { public string KeyFilePath { get; set; } public string Password { get; set; } } }