public static void CreateConvertor() { var convertor = new Convertor(); convertor.ConvertBoolToString(true); }